718c68d8448be78b37cb04b131be2e9a732d0326,hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/operations/PartitionIteratingOperation.java,PartitionIteratingOperation,executeOperations,#,70
Before Change
.setReplicaIndex(getReplicaIndex())
.setOperationResponseHandler(responseQueue)
.setServiceName(getServiceName())
.setService(getService());
setCallerUuid(operation);
OperationAccessor.setCallerAddress(operation, getCallerAddress());
After Change
.setReplicaIndex(getReplicaIndex())
.setOperationResponseHandler(responseQueue)
.setServiceName(getServiceName())
.setService(getService())
.setCallerUuid(extractCallerUuid());
OperationAccessor.setCallerAddress(operation, getCallerAddress());
nodeEngine.getOperationService().execute(operation);